Int32NINumericInt32NIsGreaterThanOrEqualTo Method
Determines whether the current value is greater than or equal to the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<Int32N>.IsGreaterThanOrEqualTo(
Int32N value
)
Private Function IsGreaterThanOrEqualTo (
value As Int32N
) As Boolean Implements INumeric(Of Int32N).IsGreaterThanOrEqualTo
private:
virtual bool IsGreaterThanOrEqualTo(
Int32N value
) sealed = INumeric<Int32N>::IsGreaterThanOrEqualTo
private abstract IsGreaterThanOrEqualTo :
value : Int32N -> bool
private override IsGreaterThanOrEqualTo :
value : Int32N -> bool
- value Int32N
- The value to compare with the current value.
Boolean if the current value is greater than or equal to
value; otherwise,
.
INumericTSelfIsGreaterThanOrEqualTo(TSelf)